home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2139 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  708 b 

  1. Path: sdd.hp.com!usc!usenet
  2. From: lerdsuwa@scf.usc.edu (Kriang Lerdsuwanakij)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Help:Memory allocation above 64kbytes
  5. Date: 16 Jan 1996 04:37:37 GMT
  6. Organization: University of Southern California, Los Angeles, CA
  7. Sender: lerdsuwa@comserv-f-12.usc.edu
  8. Message-ID: <4dfa2h$qo0@usc.edu>
  9. References: <30FA67A9.31CC@mj.org.za> <4ddq4u$9pv@masala.cc.uh.edu>
  10. NNTP-Posting-Host: comserv-f-12.usc.edu
  11. Mime-Version: 1.0
  12.  
  13.  
  14. .>Use farmalloc (includes malloc.h).  Make sure you go into the 
  15. .>OPTIONS/DEBUGGER menu and change the PROGRAM HEAP SIZE from 64k to 
  16. .>something larger (like 640k).
  17. .>
  18.  
  19. Also, the program must be compiled in 'huge' model in order to be able to 
  20. access it.
  21.  
  22.